object Form1: TForm1 Left = 200 Top = 99 Width = 435 Height = 300 Caption = 'Form1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnMouseDown = GenericMouseDown PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 128 Top = 96 Width = 185 Height = 41 Caption = 'Drag Me!' TabOrder = 0 OnMouseDown = GenericMouseDown end end